2022-02-25 04:30:30 +08:00
|
|
|
// RUN: %clang_cc1 -fsyntax-only -Wno-strict-prototypes %s
|
|
|
|
// RUN: %clang_cc1 -ast-print -Wno-strict-prototypes %s -o %t.1.c
|
|
|
|
// RUN: %clang_cc1 -ast-print -Wno-strict-prototypes %t.1.c -o %t.2.c
|
2016-11-04 14:09:23 +08:00
|
|
|
// RUN: diff %t.1.c %t.2.c
|
2022-02-25 04:30:30 +08:00
|
|
|
// RUN: %clang_cc1 -ast-dump -Wno-strict-prototypes %s
|
|
|
|
// RUN: %clang_cc1 -ast-dump-all -Wno-strict-prototypes %s
|
2008-10-05 07:47:28 +08:00
|
|
|
|
|
|
|
#include "c-language-features.inc"
|