mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-27 23:38:59 -04:00
8 lines
155 B
C++
8 lines
155 B
C++
// RUN: %clang_cc1 -isystem %S/Inputs -fsyntax-only -verify %s
|
|
// expected-no-diagnostics
|
|
#include <malloc.h>
|
|
|
|
extern "C" {
|
|
void *malloc(__SIZE_TYPE__);
|
|
}
|