aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libgcc/cxxabi.h
blob: b63490423fb86eeed383c8829a37e156b7d48766 (plain) (blame)
1
2
3
4
5
6
#pragma once

extern "C" {
    void __cxa_throw_bad_array_length() __attribute__((weak, noreturn));
    void __cxa_throw_bad_array_new_length() __attribute__((weak, noreturn));
}