opnsense-src/test/std/utilities/memory/c.malloc/nothing_to_do.pass.cpp
2015-09-06 18:46:46 +00:00

14 lines
429 B
C++

//===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
// <cstdlib> and <cstring> are already tested elsewhere
int main()
{
}