``` go package main func demo() { // should be flagged as unused demo() } func main() { println("Hello world") } ```