naiveproxy/tools/gn/format_test_data/039.gn
2018-01-28 13:32:06 -05:00

7 lines
154 B
Plaintext

if (true) {
assert(arm_float_abi == "" ||
arm_float_abi == "hard" ||
arm_float_abi == "soft" ||
arm_float_abi == "softfp")
}