view src/test/test.c @ 434:b75badf42701

Define Executor to context
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Tue, 31 Oct 2017 17:55:50 +0900
parents 87128b876c63
children
line wrap: on
line source

#include <stdio.h>

void test1() {
    printf("test\n");
}