diff options
author | Teddy <[email protected]> | 2014-04-12 11:11:34 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-04-12 11:11:34 +0800 |
commit | 0d835d0de3b7e71141997eac9cce237ce4bef6c7 (patch) | |
tree | 1b897ada4967b2baa8771ad1a74a2694bdcfc3dc /testcases/decl_comp3.c | |
parent | ad4582dfc2bb0c50d6972881ed845a473c40ca71 (diff) |
add testcases
Diffstat (limited to 'testcases/decl_comp3.c')
-rw-r--r-- | testcases/decl_comp3.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testcases/decl_comp3.c b/testcases/decl_comp3.c new file mode 100644 index 0000000..29d388f --- /dev/null +++ b/testcases/decl_comp3.c @@ -0,0 +1,4 @@ +int f(); +int f(int a) { + f(); +} |