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 c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.fortran-torture
/
compile
/
name_clash.f90
blob
7b8c0c7d1fc521cafe6ad5095749a05d93e4ecd6
1
! This is the testcase from PR13249.
2
! the two different entities named AN_EXAMPLE shouldn't conflict
3
MODULE
MOD
4
INTEGER
FOO
5
END
6
PROGRAM
MAIN
7
USE
MOD
8
COMMON
/
FOO
/
BAR
9
END