aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/Wheader-guard-1-1.h
blob: 1ac3fe865ad49d07206fef44dee3597f602eada3 (plain)
1
2
3
4
5
#ifndef WHEADER_GUARD_1
#define WHEADER_GUARD_1
/* This is what header guards should look like.  */
#define SOMETHING1 123
#endif