brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · 160e3d3 Raw
6 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s2// expected-no-diagnostics3 4[[gnu::no_stack_protector]] void test1() {}5[[clang::no_stack_protector]] void test2() {}6