blob: a40ac0aace93763c1e0c386b7199f36dbec3fa6e [file] [log] [blame]
int someFunc()
{
int one_thousand = 1'000; return one_thousand - 1000;
}