~zorba-coders/zorba/binary_serialization

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/error/trace1.xq

  • Committer: Gabriel Petrovay
  • Date: 2011-11-29 12:44:04 UTC
  • mfrom: (10553.1.4 zorba)
  • Revision ID: gabipetrovay@gmail.com-20111129124404-twfu6kw1poy2czgw
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
declare function local:foo() as xs:anyAtomicType
 
2
{
 
3
  fn:trace(3, "foo")
 
4
};
 
5
 
 
6
local:foo()