blob: 69c1ec6e983cedcc811447ef8a3ee0b76b278e48 [file] [log] [blame]
void abort (void);
extern int a;
__attribute__ ((noinline))
void
clone_me (int *ptr)
{
if (ptr != &a)
abort ();
if (!__builtin_constant_p (ptr != &a))
abort ();
}