aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/selftest/pass.cpp/run-error.pass.cpp
blob: eac7d8846e23a6ff1fca806b87ab3da82339a5bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

// XFAIL: *

// Make sure the test DOES NOT pass if it fails at runtime.

int main(int, char**) {
    return 1;
}