Theory big_bit_ops

theory big_bit_ops
imports
  "AutoCorres2_Main.AutoCorres_Main"
begin

install_C_file "big_bit_ops.c"

autocorres "big_bit_ops.c"

end