brintos

brintos / llvm-project-archived public Read only

0
0
Text · 130 B · c45811f Raw
3 lines · plain
1// RUN: %clang_cc1 -verify %s 2constant int no_init; // expected-error {{variable in constant address space must be initialized}}3