source: doc/proposals/modules-alvin/examples/graph/3_export/graph__tshell.h@ 6fe4a7f

Last change on this file since 6fe4a7f was 7640ff5, checked in by Alvin Zhang <alvin.zhang@…>, 2 months ago

add graph example for modules proposal

  • Property mode set to 100644
File size: 127 bytes
Line 
1#pragma once
2
3// [[size 24, align 8]]
4struct graph$$Graph$$shell {
5 double contents[3]; // just to fill space, not used
6};
Note: See TracBrowser for help on using the repository browser.