7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
//@error
|
|
//assigning mismatched polymorphic types
|
|
|
|
export void foo(uniform floating$0 bar) {
|
|
integer baz = bar;
|
|
}
|