blob: b441da21f8e7a6f9adb1bd1ce2befa7f81803672 [file] [log] [blame]
Rafael Espindola946fa652012-10-24 18:34:26 +00001// RUN: %clang_cc1 %s -verify -fsyntax-only
2// Note: most of the 'nodebug' tests are in attr-nodebug.c.
3
4// expected-no-diagnostics
5class c {
6 void t3() __attribute__((nodebug));
7};