// bool-to-float.slang // Diagnostic messages related to converting bool to float //DIAGNOSTIC_TEST:SIMPLE: struct Test { void test() { float f = true; } }