ccls/full_tests/simple_cross_reference/a.h

6 lines
58 B
C
Raw Normal View History

2017-02-22 08:52:00 +00:00
#ifndef A_H_
#define A_H_
void Common();
#endif // A_H_