[AMDGPU][True16][CodeGen] true16 codegen pattern for f16 canonicalize (#122000)
[llvm-project.git] / clang / test / Modules / Inputs / separate_map_tree / src / public-in-c.h
blobfa3d2fd2cb733372b2caa59a53beb09938a0bbcd
1 #ifndef PUBLIC_IN_C_H
2 #define PUBLIC_IN_C_H
3 const int c = 2;
4 #endif