diff options
Diffstat (limited to 'test/elf/X86_64/Inputs/constint.c')
-rw-r--r-- | test/elf/X86_64/Inputs/constint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/elf/X86_64/Inputs/constint.c b/test/elf/X86_64/Inputs/constint.c new file mode 100644 index 0000000000000..9fc0ebcf6591b --- /dev/null +++ b/test/elf/X86_64/Inputs/constint.c @@ -0,0 +1 @@ +const int b = 20; |