repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git]
/
main
/
gcc
/
testsuite
/
gcc.dg
/
debug
/
dwarf2
/
dwarf2-macro2.c
blob
3dfa2908ef364756f523bc896355df088bdba628
1
/* Test to make sure the macro info includes the predefined macros with line number 0. */
2
/* { dg-do compile } */
3
/* { dg-options "-g3 -gdwarf -dA -fverbose-asm" } */
4
/* { dg-final { scan-assembler "At line number 0" } } */
5
6
#define FOO 1
7
int
i
;