diff options
Diffstat (limited to 'libacc/tests/data/expr2.c')
-rw-r--r-- | libacc/tests/data/expr2.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libacc/tests/data/expr2.c b/libacc/tests/data/expr2.c new file mode 100644 index 0000000..04b6a38 --- /dev/null +++ b/libacc/tests/data/expr2.c @@ -0,0 +1,6 @@ +/* Test operators */ + +main() { + int a; + a = a++; +} |