summaryrefslogtreecommitdiffstats
path: root/Tests/CompileFeatures/cxx_long_long_type.cpp
blob: 670324c4a932fc6e0a5460c281703064bc5e5b32 (plain)
1
2
3
4
5

void someFunc()
{
  long long ll = 9223372036854775807LL;
}