blob: 4a6c0597d05369f4bb4b564b2f5175e45da9ba45 [file] [log] [blame]
Douglas Gregora1d71ae2009-08-24 12:17:54 +00001// RUN: clang-cc -fsyntax-only -pedantic -std=c++0x -verify %s
2
3void foo();
4
5void bar() { };
6
7void wibble();
8
9;