1
2
def urbanmain() = {
3
4
import M5a._
5
6
assert(load_bff("benchmark.bf").length == 188)
7
assert(load_bff("foobar.bf") == "")
8
9
}