hanchenye-llvm-project/llgo/test/gllgo/dead.go

7 lines
99 B
Go

// RUN: llgo -O0 -S -o - %s | FileCheck %s
package gotest
// CHECK-NOT: deadfunc
func deadfunc()