diff --git a/tests/webtbf/tbug744.pp b/tests/webtbf/tbug744.pp new file mode 100644 index 0000000000..62af7cc84b --- /dev/null +++ b/tests/webtbf/tbug744.pp @@ -0,0 +1,9 @@ +Unit tbug744; + +Interface + +Uses tbug744a; + +Implementation + +end. diff --git a/tests/webtbf/tbug744a.pp b/tests/webtbf/tbug744a.pp new file mode 100644 index 0000000000..ae38115e7f --- /dev/null +++ b/tests/webtbf/tbug744a.pp @@ -0,0 +1,10 @@ +Unit tbug744a; + +Interface + +Uses tbug744; + +Implementation + +end. +