aboutsummaryrefslogtreecommitdiff
path: root/test/Headers/unwind.c
blob: 68100a8f85513ff2604a7e3810dfe85072b68c0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \
// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
// RUN: %clang_cc1 -triple mips-unknown-linux \
// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
// RUN: %clang_cc1 -triple i686-unknown-linux \
// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s
// RUN: %clang_cc1 -triple x86_64-unknown-linux \
// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only %s

// RUN: %clang_cc1 -triple arm-unknown-linux-gnueabi \
// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
// RUN: %clang_cc1 -triple mips-unknown-linux \
// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
// RUN: %clang_cc1 -triple i686-unknown-linux \
// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s
// RUN: %clang_cc1 -triple x86_64-unknown-linux \
// RUN:   -isystem %S/Inputs/include -ffreestanding -fsyntax-only -x c++ %s

#include "unwind.h"