aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/i386-att-stub-1.c
blob: dbe2bbcf033429a817bb8df0c1c8945b61c483be (plain)
1
2
3
4
5
6
7
8
9
10
11
/* APPLE LOCAL file Radar 4164563 */
/* { dg-do compile { target i?86-*-darwin* } } */
/* { dg-options "-matt-stubs" } */
/* { dg-final { scan-assembler "hlt" } } */

#include <stdio.h>

int main()
{ 
  printf ("hello, world\n");
}