If you attend class on
10/31,
you will have a chance to do this
assignment in-class for the
C29 grade
Write the x64 for the snippet below
int bar(int t){
t = 7;
}
int main(){
int a;
bar(1);
}