brintos

brintos / llvm-project-archived public Read only

0
0
Text · 135 B · ab9aaf8 Raw
7 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3void test1(void) {4  @"s";            // expected-warning {{expression result unused}}5}6 7