github.com/0xKiwi/rules_go@v0.24.3/tests/core/go_binary/broken_cgo.go (about)

     1  // +build cgo
     2  
     3  // This file will not compile and its inclusion in a build is used to ensure
     4  // that a binary was built in pure mode.
     5  package main
     6  
     7  import "non/existent/pkg"