blob: 52a45b85e0d747a8b786e919bcfee60add358770 [file] [log] [blame]
/* Test default cpu type */
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* This test doesn't make sense on 64-bit */
/* { dg-skip-if "" { powerpc*-*-darwin* } { "-m64" } { "" } } */
/* { dg-options "-mmacosx-version-min=10.5" } */
int main()
{
return 0;
}
/* { dg-final { scan-assembler "machine ppc7400" } } */