----------------------------------------------------------------------- -- Project: Bluespec -- File: EBadStringLit.bs -- Author : Amit Grover -- Description: This testcase triggers the EBadStringLit error of the bluespec -- compiler -- ----------------------------------------------------------------------- package EBadStringLit () where x :: String x = "Hi\DEL"