aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/string_names/sub.h
blob: 64b9112d3e6ca60e6c6ac0a249eb1992b22c6ae7 (plain)
1
2
3
4
#ifndef SUB_H
#define SUB_H
const int sub = 2;
#endif