M7350/system/core/libacc/tests/data/expr2.c
2024-09-09 08:52:07 +00:00

7 lines
57 B
C

/* Test operators */
main() {
int a;
a = a++;
}