blob: 209eca823bd1d5a1ff9de2814a1f9c30e62548a9 [file] [log] [blame]
/* { dg-additional-options "-Os -std=c99" } */
#ifdef __AVR_TINY__
int func (int a, int b, char c)
#else
int func (long long a, long long b, char c)
#endif
{
(void) a;
(void) b;
return c;
}
/* { dg-final { scan-assembler-not "push r28" } } */