blob: dee61e8760fa6d5150e1f8dcf1f6c5530fb084bd [file] [log] [blame]
/* APPLE LOCAL file Radar 4164563 */
/* { dg-do compile { target i?86-*-darwin* } } */
/* { dg-skip-if "" { i?86-*-darwin* } { "-m64" } { "" } } */
/* APPLE LOCAL axe stubs 5571540 */
/* { dg-options "-matt-stubs -mmacosx-version-min=10.4" } */
/* { dg-final { scan-assembler "hlt" } } */
#include <stdio.h>
int main()
{
printf ("hello, world\n");
}