File: cpp

package info (click to toggle)
cpphs 0.7-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 360 kB
  • ctags: 18
  • sloc: haskell: 939; makefile: 79; sh: 36; ansic: 11
file content (9 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
#define /**/ ++ `mplus`		// not expected to work
#define 0   mzero		// not expected to work
#define x0  X'			// should work
#define x'  Xprime		// should work
#define `foo` .(foo)/**/,	// bizarreness

x ++ y = x0 * 0 * y `foo` x' 

//  /*