1; RUN: llc -O0 -mtriple=i386-pc-win32 -filetype=asm -o - %s | FileCheck %s
2
3define i32 @foo() {
4  ret i32 0
5}
6
7; CHECK: @feat.00 = 1
8