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
Fix test-suite fallout of default -Wreturn-type.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
pragma-system_header5.C
blob
771db3d7ce769317023563e4341cf2c81159db27
1
// PR c++/36760
2
// { dg-options "-Wextra" }
3
4
#include "pragma-system_header5.h"
5
6
void f()
7
{
8
g<const double>();
9
g<volatile void>();
10
}