aboutsummaryrefslogtreecommitdiff
path: root/testcases/localfunc.c
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-16 12:43:35 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-16 12:43:35 +0800
commit442e485824c87bbef95836be1f3a0f6d86386445 (patch)
tree29bdb9a4f67303bf93209e95df6fee7dbcad431a /testcases/localfunc.c
parent3c520b2038e749e545a98f6b77c52f74eedb0e40 (diff)
storage calc & sizeof
Diffstat (limited to 'testcases/localfunc.c')
-rw-r--r--testcases/localfunc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testcases/localfunc.c b/testcases/localfunc.c
deleted file mode 100644
index 8012c6f..0000000
--- a/testcases/localfunc.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int f(int a);
-int main() {
- int f(int a, int b);
-}