summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw8031.pp
blob: 2e4f3d6acf74ac46f78e8ab41c31bb64586c66f8 (plain)
1
2
3
4
5
6
7
8
9
10
{ %fail }

program text;

type TSQLDBTypes = (mysql40,mysql41,mysql50,postgresql,interbase,odbc,oracle);
const MySQLdbTypes = [mysql40,mysql41,mysql50];

begin
  if (SQLDbType in TSQLDBTypes) then writeln('strange');
end.