Sign in
gnu
/
gcc
/
2c564e813c0626802e5bfb066c094933d5e6a774
/
.
/
libgomp
/
testsuite
/
libgomp.oacc-c++
/
routine-1-template-trailing-return-type.C
blob: 99faa8650414e43a1e8b82b98b44ddc35c340d98 [
file
] [
log
] [
blame
]
// Templated routine using trailing return type syntax.
#define
TEMPLATE
template
<
typename
TYPE
>
#define
RETURN_1
auto
#define
RETURN_2
->
TYPE
#include
"../libgomp.oacc-c-c++-common/routine-1.c"