With some background in assemble instructions and C programs, I can visualize how a compiled function would look like, but it\'s funny I have never so carefully thought abou
That will give you an assembly file 'class.s' (text file) which you can read with a text editor.
However, your code doesn't do anything (declaring a class doesn't generate code on its own) so you won't have much in the assembly file.