# File lib/mkmf.rb, line 362 def try_static_assert(expr, headers = nil, opt = "", &b) headers = cpp_include(headers) try_compile("\#{COMMON_HEADERS}\n\#{headers}\n/*top*/\nint conftest_const[(\#{expr}) ? 1 : -1];\n", opt, &b) end