Files
qt-creator/tests/auto/cplusplus/preprocessor/data/empty-macro.2.out.cpp
T

16 lines
233 B
C++
Raw Normal View History

# 1 "data/empty-macro.2.cpp"
2012-06-20 15:22:02 +02:00
2012-03-26 15:18:01 +02:00
class Test {
private:
2012-06-20 15:22:02 +02:00
# expansion begin 182,14 8:19 ~2 8:19 ~3 8:19 ~5 8:19 ~3
Test(const Test &); Test &operator=(const Test &);
# expansion end
2012-03-26 15:18:01 +02:00
# 10 "data/empty-macro.2.cpp"
public:
Test();
};