mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
9 lines
227 B
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"
|