Segmentation fault when comparing unboxed maybes

The following program crashes with a segmentation fault with the current nightly master compiler on x64 linux:

import StdEnv, StdMaybe
Start = ?#Just 1 == ?#Just 1