statements.cpp   [plain text]


// RUN: clang-cc %s -fsyntax-only -pedantic

void foo() { 
  return foo();
}