brintos

brintos / llvm-project-archived public Read only

0
0
Text · 163 B · 6aa3cd8 Raw
4 lines · c
1// RUN: %clang_cc1 -triple x86_64-apple-macosx10.7.0 -emit-llvm -o - %s | FileCheck %s2// CHECK: @b ={{.*}} thread_local global i32 5, align 43__thread int b = 5;4