diff options
Diffstat (limited to 'test/Modules/Inputs/modular_maps/a.h')
-rw-r--r-- | test/Modules/Inputs/modular_maps/a.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Modules/Inputs/modular_maps/a.h b/test/Modules/Inputs/modular_maps/a.h new file mode 100644 index 0000000..a36dc1b --- /dev/null +++ b/test/Modules/Inputs/modular_maps/a.h @@ -0,0 +1,4 @@ +#ifndef A_H +#define A_H +const int a = 2; +#endif |