comparison libunwind/test/unw_getcontext.pass.cpp @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 79ff65ed7e25
children
comparison
equal deleted inserted replaced
232:70dce7da266c 236:c4bab56944e8
1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
3 //
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // See https://llvm.org/LICENSE.txt for license information.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //
8 //===----------------------------------------------------------------------===//
9
10 #undef NDEBUG
1 #include <assert.h> 11 #include <assert.h>
2 #include <libunwind.h> 12 #include <libunwind.h>
3 13
4 int main(int, char**) { 14 int main(int, char**) {
5 unw_context_t context; 15 unw_context_t context;