From: David Majnemer Date: Mon, 16 Sep 2013 23:59:35 +0000 (+0000) Subject: ffreestanding shouldn't effect main() on win32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31bc1d2da58677b95346d1c34ba289e6a178bec3;p=clang ffreestanding shouldn't effect main() on win32 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190824 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/freemain.c b/test/Sema/freemain.c index eed644d483..ff000c62cc 100644 --- a/test/Sema/freemain.c +++ b/test/Sema/freemain.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s +// RUN: %clang_cc1 -triple i686-pc-openbsd -fsyntax-only -verify -ffreestanding %s // Tests that -ffreestanding disables all special treatment of main().