aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/declare-use/sub.h
blob: 63d4234ce7076cfe8a6f891cc8501d8d5419bc63 (plain) (blame)
1
2
3
4
#ifndef SUB_H
#define SUB_H
const int sub = 42;
#endif