mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
7 lines
223 B
C
7 lines
223 B
C
// RUN: %clang_cc1 -fsyntax-only %s
|
|
// RUN: %clang_cc1 -ast-print %s
|
|
// RUN: %clang_cc1 -ast-dump %s
|
|
// RUN: %clang_cc1 -ast-print-xml -o %t %s
|
|
// RUN: %clang_cc1 -print-decl-contexts %s
|
|
|
|
#include "c-language-features.inc"
|