blob: 160e3d32a9389a782da8c7a0f9b769ba44211306 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
// expected-no-diagnostics
[[gnu::no_stack_protector]] void test1() {}
[[clang::no_stack_protector]] void test2() {}