(SOC) Storage Only Commit - Tue 25 Jun 09:33:57 CST 2024
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -19,4 +19,8 @@ todo
|
||||
vsc*
|
||||
libcompound.so
|
||||
ccwarn
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
CMakeLists_default.txt
|
||||
>>>>>>> 010300157e252e47218c74f256bca0ea12b7baa3
|
||||
genwarn.sh
|
||||
|
BIN
CompoundTest
Executable file
BIN
CompoundTest
Executable file
Binary file not shown.
@@ -7,11 +7,8 @@ typedef Var Type;
|
||||
|
||||
typedef struct {
|
||||
attr(registered 1) Type type;
|
||||
|
||||
attr(nullity false) String identity;
|
||||
|
||||
attr(alignwith 1)
|
||||
attr(optional true) Type value;
|
||||
attr(alignwith 1; optional true) Type value;
|
||||
} Parameter;
|
||||
|
||||
typedef void * Block;
|
||||
|
Reference in New Issue
Block a user