blob: 7c0a8cb77e2b317a9d6ea8a40a0ac13d3b91ac1e [file] [log] [blame]
/* APPLE LOCAL file ARM 5683689 */
/* Verify that the correct builtin definition is generated by default
when generating code for the ARM architecture. */
/* { dg-do compile { target powerpc*-*-darwin* i?86-*-darwin* } } */
#ifdef __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__
#error TEST FAILS
#endif
int main(void)
{
return 0;
}