source: doc/proposals/modules-alvin/examples/graph/2_tshell/graph__tshell.h@ 8136df1

Last change on this file since 8136df1 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.