aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Misc/Inputs/include.h
blob: fe179e9a3a2e9272a2d91b22431ea5e7ee572ef5 (plain)
1
2
3
4
5
6
7
8
#define EQUALS(a,b) a == b

// It's important for sloc_usage.cpp that this file does not have proper
// include guards.
#ifndef FOO_DEFINED
#define FOO_DEFINED
int foo(int x) { return x; }
#endif