summaryrefslogtreecommitdiff
path: root/irq_test/irqtest.adb
blob: 1a9dfad6ea3a404831ec0859fb4fcf49901b10b4 (plain)
1
2
3
4
5
6
7
with Interrupt_pkg;

procedure irqtest is
begin
  null;
end irqtest;