14 lines
111 B
Plaintext
14 lines
111 B
Plaintext
//
|
|
// $Id$
|
|
//
|
|
|
|
// Testing #includes
|
|
|
|
#include "test.ch"
|
|
|
|
function Main()
|
|
|
|
QOut( _HARBOUR_VERS )
|
|
|
|
return nil
|