mirror of https://github.com/microsoft/clang.git
ffreestanding shouldn't effect main() on win32
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190824 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6560839a11
commit
31bc1d2da5
|
@ -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().
|
||||
|
||||
|
|
Loading…
Reference in New Issue