mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
7 lines
153 B
Ada
7 lines
153 B
Ada
-- RUN: %llvmgcc -c %s -I%p/Support
|
|
package body Var_Offset is
|
|
function F (X : T) return Character is
|
|
begin
|
|
return X.Bad_Field;
|
|
end;
|
|
end;
|