assertEquals(1, bid);
bid = compiler.bid("c:/foo\\bar/hello.h");
assertEquals(1, bid);
bid = compiler.bid("c:/foo\\bar/hello.pas");
assertEquals(0, bid);
bid = compiler.bid("c:/foo\\bar/hello.java");
assertEquals(0, bid);
}
public void testGetOutputFileName1() {
CompilerConfiguration compiler = create();
String input = "c:/foo\\bar\\hello.c";