xref: /llvm-project/libc/test/integration/startup/linux/main_without_args.cpp (revision af1315c28f9bab76d3c2e1492a3d41e7c48215f8)
19a077806SSiva Chandra Reddy //===-- Loader test for main without args ---------------------------------===//
29a077806SSiva Chandra Reddy //
39a077806SSiva Chandra Reddy // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
49a077806SSiva Chandra Reddy // See https://llvm.org/LICENSE.txt for license information.
59a077806SSiva Chandra Reddy // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
69a077806SSiva Chandra Reddy //
79a077806SSiva Chandra Reddy //===----------------------------------------------------------------------===//
89a077806SSiva Chandra Reddy 
9*af1315c2SSiva Chandra Reddy #include "test/IntegrationTest/test.h"
109a077806SSiva Chandra Reddy 
TEST_MAIN()119a077806SSiva Chandra Reddy TEST_MAIN() { return 0; }
12