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

6 lines
79 B
C++

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