diff options
Diffstat (limited to 'test cases/30 pipeline/prog.c')
-rw-r--r-- | test cases/30 pipeline/prog.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/30 pipeline/prog.c b/test cases/30 pipeline/prog.c new file mode 100644 index 0000000..175a90d --- /dev/null +++ b/test cases/30 pipeline/prog.c @@ -0,0 +1,5 @@ +int func(); + +int main(int argc, char **argv) { + return func(); +} |