brintos

brintos / llvm-project-archived public Read only

0
0
Text · 136 B · 8019b46 Raw
10 lines · cpp
1// RUN: %clang_cc1 -verify %s2 33.2 // expected-error {{expected unqualified-id}}4 5extern "C" {6    typedef int Int;7}8 9Int foo(); // Ok10