brintos

brintos / llvm-project-archived public Read only

0
0
Text · 285 B · 9cfab47 Raw
12 lines · cpp
1// RUN: %clang_cc1 %s -triple=i686-pc-win32 -fms-extensions -stack-protector 2 -emit-llvm -o - | FileCheck %s2 3#pragma strict_gs_check(on)4 5extern "C" void test0() {6}7// CHECK: define {{.*}} @test0() #[[ATTR_TEST0:[0-9]*]] {8 9 10// CHECK: attributes #[[ATTR_TEST0]] = {{.*}} sspstrong11 12