Clang Project

clang_source_code/test/Modules/Inputs/declare-use/l.h
1#ifdef GIMME_AN_L
2
3#ifndef L_H
4#define L_H
5const int l = 42;
6#endif
7
8#endif
9