6 lines
114 B
ObjectPascal
6 lines
114 B
ObjectPascal
function f1(b: byte) := 0;
|
|
|
|
begin
|
|
var s := $'{f1} {0}';
|
|
assert(s = 'function f1(b: byte): integer 0');
|
|
end. |