You can try evaluating this in the scratch buffer
(if (member 'nativecomp features) (message "yay") (message "nay"))
Or open help for an elisp function (next-line, for example):
c-h f next-line RET
next-line is an interactive native compiled Lisp function in ‘simple.el’.