brintos

brintos / llvm-project-archived public Read only

0
0
Text · 372 B · 49f52af Raw
9 lines · c
1// RUN: %clang_cc1 -fsyntax-only -Wno-strict-prototypes %s2// RUN: %clang_cc1 -ast-print -Wno-strict-prototypes %s -o %t.1.c3// RUN: %clang_cc1 -ast-print -Wno-strict-prototypes %t.1.c -o %t.2.c4// RUN: diff %t.1.c %t.2.c5// RUN: %clang_cc1 -ast-dump -Wno-strict-prototypes %s6// RUN: %clang_cc1 -ast-dump-all -Wno-strict-prototypes %s7 8#include "c-language-features.inc"9