Skip to content
Snippets Groups Projects
Commit 5b2422b1 authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

added simple example without typedefs

parent 895cc66a
No related merge requests found
sample int AnInt;
sample struct {
int x;
string s;
} IntString;
sample struct {
double x;
double y;
} TwoDoubles;
sample struct {
int fixed[2];
int variable[2,_];
} TwoArrays;
sample struct {
int a[2];
int b[2,3];
} TwoFixedArrays;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment