honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/unused/testdata/src/example.com/cgo/cgo.go (about)

     1  package pkg
     2  
     3  //go:cgo_export_dynamic
     4  func foo() {} //@ used("foo", true)
     5  
     6  func bar() {} //@ used("bar", false)