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
PR tree-optimization/33562
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
line8.c
blob
5aeb26ca325f4524cec097d8a8ba6c780061689b
1
/* Test that "" is not specially interpreted as "<stdin>" in a #line
2
directive. PR 39646. */
3
4
/* { dg-do compile } */
5
/* { dg-options "-pedantic-errors" } */
6
7
extern
int
x
;
8
9
#line 24
""
10
extern
char
z
[
sizeof
__FILE__
==
1
];