vmAsan constant

Runtime const vmAsan

Implementation

static const Runtime vmAsan = Runtime(
  'VM with Address Sanitizer',
  'vm-asan',
  Compiler.exe,
  [Compiler.exe],
  isDartVM: true,
);