i386-att-stub-1.c   [plain text]


/* 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");
}