10 lines
96 B
Plaintext
10 lines
96 B
Plaintext
// Testing #includes
|
|
|
|
#include "Test.ch"
|
|
|
|
function Main()
|
|
|
|
QOut( _HARBOUR_VERS )
|
|
|
|
return nil
|