Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
coroutines
/
co-return-syntax-06-main.C
blob: 40d7e4e36231d4ba4ee7f449e6aa4ef4cf72d337 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fsyntax-only -w" }
#include
"coro.h"
int
main
(
int
ac
,
char
*
av
[])
{
co_return
0
;
// { dg-error "cannot be used in the .main. function" }
}