Daily bump.
[official-gcc.git] / libgomp / testsuite / libgomp.oacc-c++ / routine-1-template-auto.C
blob444f1f32a765f873d823dd57a6d53b407a9e9e4f
1 // Templated routine with "auto" return type.
3 // { dg-additional-options "-fno-exceptions" }
5 #define TEMPLATE template<typename TYPE>
6 #define RETURN_1 auto
7 #define RETURN_2
8 #include "../libgomp.oacc-c-c++-common/routine-1.c"