fpc/tests/test/tsec1.pp
florian f328b6d635 + user section type
+ parsing of section directive for variables
  + section test
  + write section names in the assembler/binary writers correctly
  * allow section only after ; and for embedded targets

git-svn-id: branches/usersections@17154 -
2011-03-20 15:42:28 +00:00

7 lines
67 B
ObjectPascal

{ %target=embedded }
var
d : longint;section '.bss';
begin
end.