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
AVR: Fix building LibF7 after switching to C23.
[official-gcc.git]
/
gcc
/
testsuite
/
gdc.dg
/
gdc47.d
blob
e85451af1acf2f6dbb3f9c4024a59849cb358f5f
1
// https://bugzilla.gdcproject.org/show_bug.cgi?id=47
2
// { dg-do compile }
3
4
template
Foo47
()
5
{
6
void
test47
()
7
{
8
asm
{
"nop"
; }
9
}
10
}
11
12
mixin
Foo47
!();