annotate compile/align_04.d @ 4:1ed6616fe905

extended array tests
author thomask
date Sun, 26 Sep 2004 15:54:31 +0000
parents
children 8a2ff09d62cb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
1ed6616fe905 extended array tests
thomask
parents:
diff changeset
1 align (2) struct MyStruct{
1ed6616fe905 extended array tests
thomask
parents:
diff changeset
2 int a;
1ed6616fe905 extended array tests
thomask
parents:
diff changeset
3 byte* b;
1ed6616fe905 extended array tests
thomask
parents:
diff changeset
4 int c(){
1ed6616fe905 extended array tests
thomask
parents:
diff changeset
5 return 8;
1ed6616fe905 extended array tests
thomask
parents:
diff changeset
6 }
1ed6616fe905 extended array tests
thomask
parents:
diff changeset
7 }