mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
9 lines
89 B
Go
9 lines
89 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package main
|
|
|
|
func dostuff() {
|
|
panic("non-linux")
|
|
}
|