aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/builtin-exception-spec.cpp
blob: 590cd3c35d4e1ea7e3926bb48b34d9beee8889cd (plain) (blame)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
// expected-no-diagnostics
#include <malloc.h>

extern "C" {
void *malloc(__SIZE_TYPE__);
}