6 lines
77 B
C++
6 lines
77 B
C++
// RUN: clang-cc %s -fsyntax-only -pedantic
|
|
|
|
void foo() {
|
|
return foo();
|
|
}
|