summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/objc2-assign-global.m
blob: ae407619093e6c9ac256d727bcddb086bbc4b6f9 (plain)
1
2
3
4
5
6
7
8
// RUN: clang-cc -fnext-runtime -fobjc-gc -emit-llvm -o %t %s &&
// RUN: grep -F '@objc_assign_global' %t  | count 2 &&
// RUN: true
id a;
int main() {
        a = 0;
}

OpenPOWER on IntegriCloud