aboutsummaryrefslogtreecommitdiff
path: root/test/macro/assert.tsx
blob: 8a6e4d8224f2fd6022d324eaa2db6f5dfdbe88a1 (plain) (blame)
1
2
3
4
// This logs the result at build time
export function unreachable(call) {
  throw new Error(call.arguments[0].toString() || "unreachable");
}