forked from OSchip/llvm-project
7 lines
99 B
Go
7 lines
99 B
Go
|
// RUN: llgo -O0 -S -o - %s | FileCheck %s
|
||
|
|
||
|
package gotest
|
||
|
|
||
|
// CHECK-NOT: deadfunc
|
||
|
func deadfunc()
|