summaryrefslogtreecommitdiff
path: root/clang/test/Index/Inputs/prefix.h
blob: 82ba2da360bf72d5c02d0130d3e3b90c2102183f (about) (plain)
1
2
3
4
#ifndef PREFIX_H
#define PREFIX_H
int foo(int);
#endif