aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/import-textual/M/someheader.h
blob: 16fae408724db890ad1472e66770281d988bc34e (plain)
1
2
3
4
5
6
#ifndef C_GUARD
#define C_GUARD

typedef int myint;

#endif