summaryrefslogtreecommitdiff
path: root/test/test_import.test
blob: 99b3a08cdd831c228fdcc5b230d6846a3d7cc0df (plain)
1
2
3
4
const exported: string = "I am exported"
const exported_function: function = (): string {
  return "I am also exported!"
}