aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/gna/bug17202/test.vhdl
blob: c2e22ac22dbb0c226aa9a264b23620e4c95a55bc (plain)
1
2
3
4
5
entity test_val is end test_val; 
architecture test of test_val is 
signal t : time := time'value("123 fs"); 
begin 
end test;