File: cpp

package info (click to toggle)
hugs98 98.200609.21-6
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 43,136 kB
  • sloc: haskell: 118,978; xml: 61,802; ansic: 46,695; sh: 8,750; cpp: 6,033; makefile: 2,663; yacc: 1,111; cs: 883; sed: 10
file content (9 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (9)
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' 

//  /*