blob: d6ddc2a1349d0a4086fbcbee55e90d634de591be [file] [edit]
// RUN: %clang_cc1 -verify -fsyntax-only %s
[[clang::no_outline]] int a; // expected-error {{'clang::no_outline' attribute only applies to functions}}
[[clang::no_outline]] void t1(void);
[[clang::no_outline(2)]] void t2(void); // expected-error {{'clang::no_outline' attribute takes no arguments}}