10 lines
210 B
C++
10 lines
210 B
C++
|
// Routine with "auto" return type.
|
||
|
|
||
|
// { dg-additional-options "-fno-exceptions" }
|
||
|
|
||
|
#define TEMPLATE
|
||
|
#define TYPE int
|
||
|
#define RETURN_1 auto
|
||
|
#define RETURN_2
|
||
|
#include "../libgomp.oacc-c-c++-common/routine-1.c"
|