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 000000000..40bc5e2dd --- /dev/null +++ b/Tests/TryCompile/pass.c @@ -0,0 +1,6 @@ +int main() +{ + return 0; +} + + |