Preservation of named blocks works.
[sixpic.git] / tests / test1.c
blob3ae44d7a6b4e95ebe63f1a9fb6356293a29f576e
1 /* File: test1.c */
3 /* Test assignment and simple expression */
5 int x;
7 x = 2+3;