File: too-many-macro-args

package info (click to toggle)
mojoshader 0.0~hg1314%2Bgit20250606.93d9d45%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,228 kB
  • sloc: ansic: 52,725; perl: 151; sh: 17; makefile: 11
file content (3 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (2)
1
2
3
// This should produce an error, not anything like "WRONG 7 )"
#define x(a) a
x(WRONG, 7)