// RUN: %clang_cc1 -triple i686-pc-openbsd -fsyntax-only -verify -ffreestanding %s
// Tests that -ffreestanding disables all special treatment of main().
void* ;
void* // expected-warning {{non-void function does not return a value in all control paths}}