File: 08.c

package info (click to toggle)
tcc 0.9.27%2Bgit20200814.62c30a4a-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,324 kB
  • sloc: ansic: 86,384; asm: 1,128; makefile: 811; sh: 588; perl: 306
file content (4 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (4)
1
2
3
4
// test macro expansion in arguments
#define s_pos              s_s.s_pos
#define foo(x) (x)
foo(hej.s_pos)