As indicated by #5, currently `#pragma once` isn't supported (and results in an error). Support should be added to only include a header once if `#pragma once` is ever reached as part of the initial parsing.
As indicated by #5, currently
#pragma onceisn't supported (and results in an error).Support should be added to only include a header once if
#pragma onceis ever reached as part of the initial parsing.