[LLVM][NVPTX] Add support for griddepcontrol instruction (#123511)
[llvm-project.git] / clang / test / Modules / Inputs / declare-use / a.h
bloba36dc1b59d6f985a73fc6d29980d5f1fdb4a635e
1 #ifndef A_H
2 #define A_H
3 const int a = 2;
4 #endif