From 52b29440f8f1310e0c074c8eb409e433c56bdd62 Mon Sep 17 00:00:00 2001 From: Teddy Date: Wed, 7 May 2014 03:17:32 +0800 Subject: rename --- testcases/typedef4.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 testcases/typedef4.c (limited to 'testcases/typedef4.c') diff --git a/testcases/typedef4.c b/testcases/typedef4.c deleted file mode 100644 index 0aeb0f4..0000000 --- a/testcases/typedef4.c +++ /dev/null @@ -1,10 +0,0 @@ -typedef struct I I; -int incomp(I a); -struct I { int i, j; }; -int incomp(I a) {} -typedef int b; -int main() { - I i; - b b; - incomp(i); -} -- cgit v1.2.3