mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
8 lines
162 B
C++
8 lines
162 B
C++
|
// Routine with "auto" return type.
|
||
|
|
||
|
#define TEMPLATE
|
||
|
#define TYPE int
|
||
|
#define RETURN_1 auto
|
||
|
#define RETURN_2
|
||
|
#include "../libgomp.oacc-c-c++-common/routine-1.c"
|