blob: 3545604414aefea2b589b2d04003dcdf7411e763 [file] [log] [blame]
// RUN: rm -rf %t
// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t %s -Xclang -verify
@import __compiler_builtins.float_constants;
float getFltMax() { return FLT_MAX; }
@import __compiler_builtins.limits;
char getCharMax() { return CHAR_MAX; }
size_t size; // expected-error{{unknown type name 'size_t'}}