MCPcopy Create free account
hub / github.com/AdvancedCompiler/AdvancedCompiler / AlignA

Class AlignA

code/Chapter8/8-19.c:2–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include<stdio.h>
2struct AlignA {
3 char a;
4 long b;
5 int c;
6};
7int main() {
8 char a;
9 long b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected