Files
qt-creator/tests/system/suite_editors/shared/simplePlainCPP/testfile.h
hjk 39a38d5679 Wholesale conversion to #pragma once
Kudos to cgmb and https://github.com/cgmb/guardonce

Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2016-03-30 15:20:19 +00:00

11 lines
95 B
C++

class AnyClass
{
public:
AnyClass() {}
};
#define SOME_MACRO_NAME( X )\
{\
(X) = 1;\
}\