blob: d6925fe032e912abc34e2f6f98980ef5d131741c [file] [log] [blame]
// RUN: clang-cc %s -fsyntax-only -pedantic
void foo() {
return foo();
}