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