* add p cc
[mascara-docs.git] / compilers / pcc / pcc-1.0.0 / cc / cpp / tests / test8
blobc5d2f9a14498efe72cde30b8edfd3bf437be867d
1 // test macro expansion in arguments
2 #define s_pos              s_s.s_pos
3 #define foo(x) (x)
5 //hej.s_pos
6 foo(hej.s_pos)