SPARQL empty VALUES clause

Stardog will complain about this query (which is valid according to SPARQL 1.1 grammar):

SELECT * {
 ?s ?p ?o .
 VALUES () {}
}

Thanks, will fix.

Cheers,
Pavel