Files
codeql/cpp/ql/test/library-tests/macros/arguments/top_and_nested.h
2018-08-02 17:53:23 +01:00

4 lines
76 B
C

#define nested(y)
#define top(x) nested(x) \
nested(2 + (x))