diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-05-04 08:58:32 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-04 20:56:20 +0200 |
| commit | a4d38b39a8e23244bea7a53e9d7a759474f85dae (patch) | |
| tree | 6bdb1f795fc5b670c9d2bad96599820cdb1eea85 /sys | |
| parent | 58ae5e18624eaaac79cab00e63d6f32c9bd64ee0 (diff) | |
prog: support disabled attribute
Update #477
Update #502
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/test/test.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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) |
