gcc/libgomp/testsuite/libgomp.oacc-c++/routine-1-template-auto.C

9 lines
227 B
C

// Templated routine with "auto" return type.
// { dg-additional-options "-fno-exceptions" }
#define TEMPLATE template<typename TYPE>
#define RETURN_1 auto
#define RETURN_2
#include "../libgomp.oacc-c-c++-common/routine-1.c"