1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef BAZ2_H #define __BAZ2_H /* * This is a test file with a malformed include guard * to test that the renaming does not touch the guard in similar cases at all. */ class Baz { public: Baz() {} }; #endif /* __BAZ2_H */