diff options
Diffstat (limited to 'Tests/TryCompile/pass.c')
-rw-r--r-- | Tests/TryCompile/pass.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/TryCompile/pass.c b/Tests/TryCompile/pass.c new file mode 100644 index 0000000..40bc5e2 --- /dev/null +++ b/Tests/TryCompile/pass.c @@ -0,0 +1,6 @@ +int main() +{ + return 0; +} + + |