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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
99 B
Go
Raw Normal View History

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