opnsense-src/test/SemaCXX/builtin-exception-spec.cpp
2010-02-16 09:31:36 +00:00

6 lines
128 B
C++

// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
#include <malloc.h>
extern "C" {
void *malloc(__SIZE_TYPE__);
}