// RUN: %cxxamp %s -o %t.out && %t.out

#ifndef __KALMAR_CC__
#error __KALMAR_CC__ is not defined!
#endif

int main() {
  return 0;
}

