blob: b775d0a52cd1f275f656164a29144eb6691f25bf [file] [log] [blame]
unsigned long long bar (unsigned long long y)
{
return 30 / y;
}