7 lines
143 B
ObjectPascal
7 lines
143 B
ObjectPascal
|
|
unit case_sensitive_names_search_helper;
|
|||
|
|
|
|||
|
|
function FUNC(a: integer) : string := 'integer';
|
|||
|
|
|
|||
|
|
function func(a: real) : string := 'real';
|
|||
|
|
|
|||
|
|
end.
|