aboutsummaryrefslogtreecommitdiff
path: root/testcases/localfunc.c
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-06 10:26:37 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-06 10:26:37 +0800
commitf446f65340d41d6b4558a26912ba15e28059fe48 (patch)
tree8d1c1208787851dc92761422b4e360d35f98c885 /testcases/localfunc.c
parent7384b7e2cbe9f40970c74bc5afe589c3df4fe24d (diff)
complex cast almost donecomplex_cast
Diffstat (limited to 'testcases/localfunc.c')
-rw-r--r--testcases/localfunc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testcases/localfunc.c b/testcases/localfunc.c
new file mode 100644
index 0000000..8012c6f
--- /dev/null
+++ b/testcases/localfunc.c
@@ -0,0 +1,4 @@
+int f(int a);
+int main() {
+ int f(int a, int b);
+}