summaryrefslogtreecommitdiff
path: root/tools/versioner/tests/compilation_error/headers/foo.h
blob: 51c087a29ee21b7e63147b259cb909e5c04a0118 (plain)
1
2
3
4
5
6
7
8
9
#if defined(__cplusplus)
extern "C" {
#endif

#error foo

#if defined(__cplusplus)
}
#endif