Why does this not test run? Are my includes not working properly, or do I have something setup wrong?

#include <acknex.h>
#include <default.c>

STRING* str_Title = "Test";

TEXT* txt_Title =
{
string(str_Title);
flags = Visible;
}

function main()
{
var video_mode = 7; //sets video mode to 800x600
var video_screen = 2; //set video mode to Windowed
return;
}


When I run i get the following error:

<STRING* str_Title = ^Test";>
MAIN.WDL 4:3():String - Test

Script Error