summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/dist/clang/test/Modules/Inputs/string_names/b.h
blob: 55daf7286801c68329c501aa176213f1f252ebb2 (plain)
1
2
3
4
#ifndef B_H
#define B_H
const int b = 3;
#endif