hanchenye-llvm-project/clang/test/SemaCXX/statements.cpp

6 lines
77 B
C++

// RUN: clang-cc %s -fsyntax-only -pedantic
void foo() {
return foo();
}