aboutsummaryrefslogtreecommitdiff
path: root/testcases/pass.c
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-11 21:07:07 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-11 21:07:07 +0800
commit3df4969163f82d140484b450648a1a763dff02ed (patch)
treeebd830dea906c7ecfae9d2ac52f4cec639b42c28 /testcases/pass.c
parente1b7e90e8975f62c2dd4d5add7f31f2771c7f9a7 (diff)
...
Diffstat (limited to 'testcases/pass.c')
-rw-r--r--testcases/pass.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testcases/pass.c b/testcases/pass.c
index e489366..a1d3705 100644
--- a/testcases/pass.c
+++ b/testcases/pass.c
@@ -98,6 +98,8 @@ void local_decl() {
int y = y;
{
int x = x;
+ int a;
+ int b = a = 2;
}
}