blob: f54ff47993190475f7cc7c93dde7f2b21eca070e [file] [log] [blame]
Andy Gibbsf591982b2012-11-17 19:14:53 +00001// RUN: %clang_cc1 -verify %s
2
3// These must be the last lines in this test.
Andy Gibbs50b6cef2016-04-05 08:36:47 +00004// expected-error@+1{{too few arguments}}
Andy Gibbsf591982b2012-11-17 19:14:53 +00005int i = __has_warning();