brintos

brintos / llvm-project-archived public Read only

0
0
Text · 271 B · 73cfd8e Raw
5 lines · c
1// RUN: %clang_cc1 -fsyntax-only -Wunused-const-variable -x c-header -ffreestanding -verify %s2// RUN: %clang_cc1 -fsyntax-only -Wunused-const-variable -x c++-header -ffreestanding -verify %s3// expected-no-diagnostics4static const int unused[] = { 2, 3, 5, 7, 11, 13 };5