blob: d6925fe032e912abc34e2f6f98980ef5d131741c [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc %s -fsyntax-only -pedantic
Chris Lattnere878eb02008-12-18 02:03:48 +00002
3void foo() {
4 return foo();
5}