Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
bazel-gazelle
/
a1b7ff21027be138c00498d328fcd2af698e259a
/
.
/
language
/
go
/
testdata
/
compiler_flags
/
foo.go
blob: d4df18e7dd6a85806f610a897fbe66822b6dfc29 [
file
]
package compilerflags
/*
#cgo CFLAGS: -DFROM_SRC
#cgo LDFLAGS: -lfromsrc
*/
import "C"
// Use exists so the package has content.
func Use() {}