xref: /minix3/external/bsd/llvm/dist/clang/test/Headers/unwind.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \
2*f4a2713aSLionel Sambuc // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
3*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple mips-unknown-linux \
4*f4a2713aSLionel Sambuc // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
5*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple i686-unknown-linux \
6*f4a2713aSLionel Sambuc // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
7*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple x86_64-unknown-linux \
8*f4a2713aSLionel Sambuc // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
9*f4a2713aSLionel Sambuc 
10*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \
11*f4a2713aSLionel Sambuc // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
12*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple mips-unknown-linux \
13*f4a2713aSLionel Sambuc // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
14*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple i686-unknown-linux \
15*f4a2713aSLionel Sambuc // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
16*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple x86_64-unknown-linux \
17*f4a2713aSLionel Sambuc // RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
18*f4a2713aSLionel Sambuc 
19*f4a2713aSLionel Sambuc #include "unwind.h"
20