#define foo(x) #x
int
main
(
)
{
puts
(
foo
(
hello
+
world
"hehe"
)
)
;
puts
(
foo
(
'"'
)
)
;
}
syntax highlighted by
Code2HTML
, v. 0.9.1