From a4d38b39a8e23244bea7a53e9d7a759474f85dae Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 4 May 2020 08:58:32 +0200 Subject: prog: support disabled attribute Update #477 Update #502 --- sys/test/test.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sys') diff --git a/sys/test/test.txt b/sys/test/test.txt index 1fa8406d1..68eb4f8df 100644 --- a/sys/test/test.txt +++ b/sys/test/test.txt @@ -797,3 +797,11 @@ auto_struct0 { f1 const[0x43, int32] f2 int32 } + +# Attributes + +resource disabled_resource[int32] + +disabled0() (disabled) +disabled1() disabled_resource (disabled) +disabled2(a disabled_resource) (disabled) -- cgit mrf-deployment