aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/python-console/data/test.py
blob: 18390c0d3658cd762897791815dcfcc583afde13 (plain)
1
2
for i in range(1, 10):
    print i
n>; c : t); generic map (t => natural, c => 5); function f return t; end pkg1; package body pkg1 is function f return t is begin return c; end f; end pkg1; entity tb is end tb; architecture behav of tb is begin assert work.pkg1.f = 5; end behav;