• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #define M(X) X-X
2 
3 M(a
4 b)
5 /*
6  * check-name: expand-and-nl
7  * check-command: sparse -E $file
8  *
9  * check-output-start
10 
11 a b-a b
12  * check-output-end
13  */
14