blob: 3d02bf06fe8bfb6baaa7186a7b8f4e05291f7071 (
plain)
1
2
3
4
5
6
7
8
|
result code = -1
standard error = {
tests/language-feature/higher-order-functions/overloaded.slang(17): error 39999: passing overloaded functions to higher order functions is not supported
return foo(bit<float>);
^
}
standard output = {
}
|